Single[][…] = … (gb)

Dim hSingleArray As Single[]
Dim aSingle As Single
hSingleArray [ Index As Integer, ... ] = aSingle

Modifies the value stored in the array at Index.